|
HTTP REQUEST DATA
This command will send an HTTP request and receve a response to the request.
Return String=HTTP REQUEST DATA(Verb, Object, String To Send)
Verb
String
The verb string to describe the request
Object
String
This value is a string value encased in speech marks.
String To Send
String
This value is a string value encased in speech marks.
The response string from the request
http connect "www.thegamecreators.com"
action$="action=list&"
serverid$="server_id=mygame"
return$=http request data("POST", "gamehost/index.php",action$+serverid$)
if return$<>""
print return$
else
print "no data returned"
endif
http disconnect
wait key
end
FTP Commands Menu
Index
|